VERSION = 1,

option GunsElevator.elevatorSpeed {
	page = GunsElevator, translation = GunsElevator_elevatorSpeed,
	type = integer,
    min = 0, max = 1000,
    default = 100,
}
option GunsElevator.needPower {
	page = GunsElevator, translation = GunsElevator_elevatorNeedsPower,
	type = boolean,default = true,
}
option GunsElevator.canTurnOff {
	page = GunsElevator, translation = GunsElevator_canTurnOff,
	type = boolean,default = true,
}
option GunsElevator.doorsNeedPower {
	page = GunsElevator, translation = GunsElevator_doorsNeedPower,
	type = boolean,default = true,
}
option GunsElevator.Triskaidekaphobia {
	page = GunsElevator, translation = GunsElevator_Triskaidekaphobia,
	type = boolean,default = true,
}
option GunsElevator.loadGridSquare {
	page = GunsElevator, translation = GunsElevator_loadGridSquare,
	type = boolean,default = true,
}
